runtime.mheap.specialprofilealloc (field)
4 uses
runtime (current package)
mheap.go#L222: specialprofilealloc fixalloc // allocator for specialprofile*
mheap.go#L801: h.specialprofilealloc.init(unsafe.Sizeof(specialprofile{}), nil, nil, &memstats.other_sys)
mheap.go#L2751: s := (*specialprofile)(mheap_.specialprofilealloc.alloc())
mheap.go#L2822: mheap_.specialprofilealloc.free(unsafe.Pointer(sp))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)